header h1{
	text-indent: -99999px;
}

header #logo{
	display: block;
	position: absolute;
	top: 40px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 960px) {

header #logo {
	top: 0;
}

}